home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / window < prev    next >
Encoding:
Text File  |  2001-03-21  |  450 b   |  17 lines

  1. Synopsis:
  2.    on [<modes>]window [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever output to any window matches any
  6.    existing WINDOW hook.  Extreme care should be taken when using this hook
  7.    to redefine messages, as an ECHO command inside it will also be hooked
  8.    by it.
  9.  
  10. Parameters:
  11.    $0    reference number of name of the window
  12.    $1-   text printed to the window
  13.  
  14. See Also:
  15.    window(4)
  16.  
  17.